; Backport ELisp->Elisp fix to etc/NEWS to ease merging
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 12 Mar 2025 01:45:34 +0000 (09:45 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 12 Mar 2025 01:45:47 +0000 (09:45 +0800)
Do not merge to master.

etc/NEWS

index 906deb072125fbbeb80569508338248c485727f2..dfe4c65f1dd08e30b793e3e9b5cfcadf512b8816 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2390,7 +2390,7 @@ This line typically looks something like
 
     ;;; My little pony mode  -*- lexical-binding: t -*-
 
-It is needed to inform the compiler about which dialect of ELisp
+It is needed to inform the compiler about which dialect of Elisp
 your code is using: the modern dialect with lexical binding or
 the old dialect with only dynamic binding.